home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 4 / Windows 6-Pak (InfoMagic) (Disc 4) (1999).ISO / Text-Chat-Addins / C-Script.exe / AddOns / logmastr.adn < prev    next >
Encoding:
Text File  |  1998-05-14  |  1.2 KB  |  32 lines

  1. ;DO NOT change [Setup] OR the words BEFORE the "=" sign! DO however, change what is
  2. ;AFTER the "=" sign!
  3.  
  4. [Setup]
  5. addonname=Log Master
  6. addonver=3.0
  7. author=Paul
  8. email=paul@circanet.org
  9. info=Log Master is an addon for C-Script that allows you to manage your IRC logs quickly and easily.
  10.  
  11. ;DO NOT change [Install] but DO make the necessary changes to the rest of the below.
  12. ;Make sure you keep the "set %sample.adn <addon info>" but change it to the correct
  13. ;syntax for your addon (see C-Help -> Addons -> Rule #9)
  14.  
  15. [Install]
  16. wincheck -a @AddonáSetup $center(450,180,@addonásetup) $wh(450,180,@addonásetup) Courier New 12
  17. echo @AddonáSetup C-Script Add-On Installation
  18. echo @AddonáSetup á
  19. echo @AddonáSetup Installing Log Master v3.0 by Paul <paul@circanet.org> ...
  20. echo @AddonáSetup á
  21. set %logmastr.adn Log Master v3.0 by Paul <paul@circanet.org>
  22. set %logmaster.version v3.0
  23. set %logmaster.about run
  24. set %logmaster.sort sort
  25. set %logmaster.view.amt 10000
  26. set %logmaster.view parts
  27. set %logmaster.window.size width
  28. .load -rs $adn(logmastr.mrc)
  29. .save -rv sysfiles\remote\vars.mrc
  30. echo @AddonáSetup Installation Complete!
  31. echo @AddonáSetup Type /logmaster to run Log Master
  32.